home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-03-29 | 735 b | 50 lines | [TEXT/ttxt] |
- //Radioactive V1.0
- //By Doug Gregory - 03/17/00
- //pgregory@interlog.com
-
- Resn=10,
- Durn="6",
-
- CamX="sin(t/2) * 30",
- CamY="cos(t/2) * 30",
- CamZ="(sin(t/3) + 1.5) * 30",
-
- CmLX="0", CmLY="0", CmLZ="0",
- CUpX="0", CUpY="1", CUpZ="0",
-
- C0="pos(sgn(dt - 0.2))",
-
- C3="1/( C0 * 2 + 1 )",
-
- D0="( c3 * s + C0 * 0.2333333 * trnc(s*3) ) * 6.2831853",
-
- C1="( dt + C0 * 0.2 ) * 30",
- C2="sin( st )",
-
- X="sin( D0 ) * c1",
- Y="cos( D0 ) * c1",
- Z="c2 * (D5 + 0.5)",
-
- D1="0.3333333 * trnc(s*3) + 0.333333",
- D2="mag(wrap(s + st))",
- D3="mag(wrap(abs(s - st)))",
- D4="mag(wrap(s + .5 * t))",
- D5="mag(wrap(s - .5 * t))",
-
- R="D2",
- G="D3",
- B="D4",
-
-
- BckB="0",
- ConL=0,
- ConB=0,
- LWdt="3",
- Fall="0.5",
- widt=30,heig=30,
- Scal="100",
- Stps=-1,
- ScSz=1,
- Pers="150",
- Vers=30
-